home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_949
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-05-21
|
239b
|
19 lines
on(release){
if(pill >= 1)
{
pill -= 1;
if(cond == 2)
{
gotoAndStop(1333);
}
else
{
gotoAndStop(1334);
}
}
else
{
gotoAndStop(1337);
}
}